home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
AlignGraphicsChange.m
< prev
next >
Wrap
Text File
|
1992-02-09
|
345b
|
20 lines
#import "drawundo.h"
@interface AlignGraphicsChange(PrivateMethods)
@end
@implementation AlignGraphicsChange
- (const char *)changeName
{
return NXLocalStringFromTable("Operations", "Align", NULL, "The operation of aligning some graphical entities together.");
}
- changeDetailClass
{
return [DimensionsChangeDetail class];
}
@end